Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Dec 16, 2025

It will fallback to basename anyways but will fix usage in public shares where the displayname is the real name but the basename is the share token.
Also fixes end-to-end encryption ui.

It will fallback to basename anyways but will fix usage in public shares
where the displayname is the real name but the basename is the share
token.
Also fixes end-to-end encryption ui.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux requested a review from artonge December 16, 2025 23:29
@susnux susnux added bug Something isn't working 3. to review labels Dec 16, 2025
@susnux
Copy link
Contributor Author

susnux commented Dec 16, 2025

/backport to stable6

@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.43%. Comparing base (e0b63a2) to head (5f99e20).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
lib/filepicker-builder.ts 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2179   +/-   ##
=======================================
  Coverage   45.43%   45.43%           
=======================================
  Files          15       15           
  Lines         438      438           
  Branches       85       84    -1     
=======================================
  Hits          199      199           
- Misses        210      211    +1     
+ Partials       29       28    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@susnux susnux merged commit 7449f9f into main Dec 17, 2025
14 of 15 checks passed
@susnux susnux deleted the fix/always-use-displayname branch December 17, 2025 13:13
@backportbot
Copy link

backportbot bot commented Dec 17, 2025

The backport to stable6 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable6
git pull origin stable6

# Create the new backport branch
git checkout -b backport/2179/stable6

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5f99e206

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2179/stable6

Error: Failed to check for changes with origin/stable6: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented Dec 17, 2025

/backport to stable6

@backportbot
Copy link

backportbot bot commented Dec 17, 2025

The backport to stable6 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable6
git pull origin stable6

# Create the new backport branch
git checkout -b backport/2179/stable6

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 5f99e206

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2179/stable6

Error: Failed to check for changes with origin/stable6: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants